github.com/klauspost/compress/zstd.fastBase.lastDict (field)
8 uses
github.com/klauspost/compress/zstd (current package)
enc_base.go#L24: lastDict *dict
enc_best.go#L482: dictChanged := d != e.lastDict
enc_best.go#L546: e.lastDict = d
enc_better.go#L1119: dictChanged := d != e.lastDict
enc_better.go#L1185: e.lastDict = d
enc_dfast.go#L1055: dictChanged := d != e.lastDict
enc_fast.go#L821: if len(e.dictTable) != len(e.table) || d != e.lastDict {
enc_fast.go#L845: e.lastDict = d
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |